home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / pasclern.zip / OT.DOC < prev    next >
Text File  |  1993-04-01  |  2KB  |  59 lines

  1.     Filename OT.DOC - Oaktree Documentation   July 10, 1986
  2.  
  3.     The program supplied by IBM and compatible makers named TREE.COM is a
  4.     nearly unuseable program since it really doesn't tell you much about
  5.     your directories.  Because of that deficiency, OT (Oaktree, a more
  6.     substantial tree) was written.  It will give you more information
  7.     about your disk than you will ever need, but it is somewhat interes-
  8.     ting to see just what is on your disk.
  9.  
  10.     OT.COM was written in Turbo Pascal 3.0 and was debugged using PC-DOS
  11.     3.1, but should work on any DOS of 2.X or greater.  It will not work
  12.     with DOS 1.X since 1.X will not support directories.
  13.  
  14.     The generalized command format is;
  15.  
  16.     C>OT [drive:] [filename.ext] [/n] [/p] [/s]
  17.  
  18.        If no drive is specified, the default drive will be listed.
  19.  
  20.        The tree, beginning at the current directory, will be listed.  If
  21.        you are in the root directory, you will get a listing of the entire
  22.        disk.
  23.  
  24.        The filename.ext can be supplied with wildcards (* and $) to get
  25.        a listing of certain types of files.
  26.  
  27.        /n - filenames will not be listed, only the directory structure of
  28.             the disk.
  29.  
  30.        /p - will cause a listing to be sent to the printer with page num-
  31.             bers.
  32.  
  33.        /s - will result in some extra disk statistics being included in
  34.             the listing following the header line.
  35.  
  36.     Examples of useage;
  37.  
  38.     C>OT       The tree, starting at the current directory will be dis-
  39.                played on the monitor.
  40.  
  41.     C>OT *.PAS  All files with extension PAS will be listed in the current
  42.                tree along with an indication of where they are.
  43.  
  44.     C>OT WHERE.WHO  If this filename exists on the disk, it will be listed
  45.                along with what directory it is in.  This is useful for
  46.                finding a lost file.
  47.  
  48.     C>OT /p /s  List the current tree on the monitor, and also print it out.
  49.                Include disk statistics in both locations.
  50.  
  51.     C>OT /n    List only the directories in the current tree.
  52.  
  53.     C>OT A: /p  List the information concerning disk drive A and print it.
  54.  
  55.     C>OT /p /s  If started from the root directory, this will result in the
  56.                maximum amount of information.  The listing is very useful
  57.                in case of a disk crash because it will aid you in restoring
  58.                the disk to its precrash state.
  59.